home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11809 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.6 KB  |  42 lines

  1. Newsgroups: comp.lang.c
  2. Path: new-news.sprintlink.net!eskimo!scs
  3. From: scs@eskimo.com (Steve Summit)
  4. Subject: Re: 16bit vs. 32bit
  5. X-Nntp-Posting-Host: eskimo.com
  6. Message-ID: <DovvHG.3DK@eskimo.com>
  7. Sender: news@eskimo.com (News User Id)
  8. Organization: schmorganization
  9. References: <4iui27$egk@news.netam.net>
  10. Date: Tue, 26 Mar 1996 16:36:51 GMT
  11.  
  12. In article <4iui27$egk@news.netam.net>, bgc@alpha.netam.net writes:
  13. > Could someone explain, technically, what 16bit and 32bit refers to?
  14.  
  15. What these "terms" mean, if you find yourself needing to know
  16. them, is that:
  17.  
  18.      1.    The program you're working with was poorly designed, or
  19.      2.    The compiler you're using was poorly designed, or
  20.      3.    The operating system you're using was poorly designed, or
  21.      4.    The processor you're using was poorly designed, or
  22.      5.    Some or all of the above.
  23.  
  24. One of the whole points of using a high-level language is to
  25. insulate you from low-level machine implementation details such
  26. as the sizes of things in bits.  If you find yourself needing to
  27. know the sizes of things in bits, someone screwed up.
  28.  
  29. (There is, of course, some debate over whether C truly is a
  30. high-level language.  People used to tease (or praise) it as
  31. being nothing more than a high-level assembler for the PDP-11.
  32. In many circles, it seems that it's now being used as a
  33. high-level assembler for the Intel 80*86.)
  34.  
  35.                     Steve Summit
  36.                     scs@eskimo.com
  37. -- 
  38. The Communications Decency Act within the Telecommunications Act
  39. of 1996 (U.S.) is an annoying, threatening, abusive, indecent,
  40. and obscene piece of legislation which attempts to ban annoying,
  41. threatening, abusive, indecent, or obscene communication.
  42.